projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f1ff17
)
GtkIconTheme: Keep gtk_icon_theme_add_resource_path private for now
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 20 Jun 2014 12:50:31 +0000
(08:50 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 20 Jun 2014 12:50:31 +0000
(08:50 -0400)
We need to discuss some details of the semantics before
we can make this public.
gtk/gtkicontheme.h
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.h
b/gtk/gtkicontheme.h
index e37a52dd9d6335876cb680b52f8f5d937cf97213..6d7fab2537a89b6bf2df4c3264a914b9a69b0eee 100644
(file)
--- a/
gtk/gtkicontheme.h
+++ b/
gtk/gtkicontheme.h
@@
-187,10
+187,6
@@
GDK_AVAILABLE_IN_ALL
void gtk_icon_theme_prepend_search_path (GtkIconTheme *icon_theme,
const gchar *path);
-GDK_AVAILABLE_IN_3_14
-void gtk_icon_theme_add_resource_path (GtkIconTheme *icon_theme,
- const gchar *path);
-
GDK_AVAILABLE_IN_ALL
void gtk_icon_theme_set_custom_theme (GtkIconTheme *icon_theme,
const gchar *theme_name);